home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_525_Edit.SelectAll.txt < prev    next >
Text File  |  1989-04-09  |  166b  |  2 lines

  1. # (decoded with TMPL 11972)
  2. {----------}Procedure DoSelectAll;Begin    if cur^.text <> nil then begin        TESetSelect (0, maxint, cur^.text);    end;End; {DoSelectAll}